home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / LP_MFC.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  178b  |  15 lines

  1. #ifndef _LINUX_LP_MFC_H_
  2. #define _LINUX_LP_MFC_H_
  3.  
  4. /*
  5.  * created 6.11.95 Joerg Dorchain
  6.  */
  7.  
  8. #include <linux/types.h>
  9. #include <linux/lp_m68k.h>
  10.  
  11. int lp_mfc_init(void);
  12.  
  13. #endif
  14.  
  15.